net/http.http2Framer.WriteGoAway (method)
5 uses
net/http (current package)
h2_bundle.go#L2327: func (f *http2Framer) WriteGoAway(maxStreamID uint32, code http2ErrCode, debugData []byte) error {
h2_bundle.go#L4417: sc.framer.WriteGoAway(0, err, []byte(debug))
h2_bundle.go#L8302: if err := cc.fr.WriteGoAway(maxStreamID, http2ErrCodeNo, nil); err != nil {
h2_bundle.go#L9395: cc.fr.WriteGoAway(0, http2ErrCode(ce), nil)
h2_bundle.go#L10552: err := ctx.Framer().WriteGoAway(p.maxStreamID, p.code, nil)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |